Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / Group Method / Group(SortInfo[],IComparer) Method
Sort information
Comparer


In This Topic
Group(SortInfo[],IComparer) Method
In This Topic
Groups the rows with the specified sort information and specified comparer.
Syntax
'Declaration
 
Public Overloads Sub Group( _
   ByVal sortInfo() As SortInfo, _
   ByVal groupComparer As IComparer _
) 
 
'Usage
 
Dim instance As GroupDataModel
Dim sortInfo() As SortInfo
Dim groupComparer As IComparer
 
instance.Group(sortInfo, groupComparer)

Parameters

sortInfo
Sort information
groupComparer
Comparer
See Also